home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / utility / nmail28u / DISK1 / _SETUP.1 / NETMAIL.EXE / 0 / RCDATA / TGETMAILFORM / TGETMAILFORM.txt
Encoding:
Text File  |  1999-09-10  |  2.5 KB  |  120 lines

  1. object GetMailForm: TGetMailForm
  2.   Left = 232
  3.   Top = 139
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Getting Mail'
  7.   ClientHeight = 103
  8.   ClientWidth = 519
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Status: TLabel
  19.     Left = 15
  20.     Top = 6
  21.     Width = 12
  22.     Height = 13
  23.     Caption = '....'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object MessagesLeft: TLabel
  32.     Left = 14
  33.     Top = 72
  34.     Width = 151
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = '                         '
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clBlack
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Subject: TLabel
  46.     Left = 15
  47.     Top = 23
  48.     Width = 12
  49.     Height = 13
  50.     Caption = '....'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object StatusBk: TPanel
  59.     Left = 12
  60.     Top = 44
  61.     Width = 499
  62.     Height = 23
  63.     BevelOuter = bvNone
  64.     BorderStyle = bsSingle
  65.     Color = clWhite
  66.     TabOrder = 0
  67.     object StatusBar: TPanel
  68.       Left = 0
  69.       Top = 0
  70.       Width = 0
  71.       Height = 25
  72.       BevelOuter = bvNone
  73.       Color = clBlue
  74.       TabOrder = 0
  75.     end
  76.   end
  77.   object Stop: TButton
  78.     Left = 424
  79.     Top = 73
  80.     Width = 87
  81.     Height = 25
  82.     Caption = 'Stop'
  83.     ModalResult = 2
  84.     TabOrder = 1
  85.     OnClick = StopClick
  86.   end
  87.   object GetMail1: GetMail
  88.     Opt_Delete = False
  89.     Opt_Preview = False
  90.     Opt_Skip = False
  91.     Mail_Action = None
  92.     Mail_Port = 110
  93.     OnMailInfo = GetMail1MailInfo
  94.     OnMailError = GetMail1MailError
  95.     OnDone = GetMail1Done
  96.     OnMessageLoaded = GetMail1MessageLoaded
  97.     OnHeadersLoaded = GetMail1HeadersLoaded
  98.     OnAttachmentGetLocation = GetMail1AttachmentGetLocation
  99.     OnAttachmentStored = GetMail1AttachmentStored
  100.     WinsockStarted = False
  101.     Version = 'GetMail 1.3.13'
  102.     TimeoutConnect = 30
  103.     TimeoutArp = 20
  104.     Left = 212
  105.     Top = 3
  106.   end
  107.   object TMessage: TTable
  108.     DatabaseName = 'VistaMail'
  109.     TableName = 'DBMess.DB'
  110.     TableType = ttParadox
  111.     Left = 168
  112.     Top = 16
  113.   end
  114.   object Qadress: TQuery
  115.     DatabaseName = 'VistaMail'
  116.     Left = 128
  117.     Top = 16
  118.   end
  119. end
  120.